ByteMINumericByteMLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteM INumeric<ByteM>.LogicalExclusiveOr(
ByteM value
)
Private Function LogicalExclusiveOr (
value As ByteM
) As ByteM Implements INumeric(Of ByteM).LogicalExclusiveOr
private:
virtual ByteM LogicalExclusiveOr(
ByteM value
) sealed = INumeric<ByteM>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : ByteM -> ByteM
private override LogicalExclusiveOr :
value : ByteM -> ByteM
- value ByteM
- The value with which to compute the logical exclusive OR.
ByteMThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)